home *** CD-ROM | disk | FTP | other *** search
- /* ===================
- * PedAgentAboutBox.hh
- * ===================
- *
- * Implemented by PedAgentAboutBox.cc
- */
-
- #pragma once
-
- #include <Events.h>
-
- #include "PedAgent.hh"
-
- class PedAgentAboutBox : public PedAgent {
- public:
- PedAgentAboutBox();
- virtual ~PedAgentAboutBox();
-
- virtual void InitWindow();
-
- // Event processing
- virtual void ProcessKey(EventRecord &inEvent) {}
-
- protected:
- };
-
- #if 0
- class PedDocument : public PedAgent {
- public:
- virtual bool CloseWindow();
- virtual CloseWindow(bool inSaving);
-
- };
- #endif
-